Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: move action as required argument for debug subcommand only #71

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

Wenzel
Copy link
Contributor

@Wenzel Wenzel commented Sep 6, 2023

The action argument is only used by the debug subcommand.
Furthermore, it's a required argument that should be constrained by the command line when invoking the debug subcommand.

This PR updates the cmdline parser so that the action argument will only be added to the debug options subgroup.

kafl cov --help:
image

kafl debug --help:
image

kafl debug:
image

@Wenzel Wenzel requested a review from il-steffen September 6, 2023 12:13
@Wenzel Wenzel merged commit f775883 into IntelLabs:master Sep 6, 2023
@Wenzel Wenzel deleted the fix/debug_action branch September 6, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants